/* reset 测试*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

li {
    text-align: left;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

body {
    font:
        16px/1 Microsoft YaHei,
        SimSun,
        SimHei,
        Arial,
        Tahoma,
        Helvetica,
        san-serif;
}

p {
    text-indent: 0;
    text-align: justify;
    text-justify: distribute;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img,
input {
    margin: 0;
    padding: 0;
    border: none;
}

li,
ol,
ul {
    list-style: none;
}

button,
input[type="button"] {
    cursor: pointer;
}

input {
    outline: 0;
    background: 0 0;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}

.clearfix {
    *zoom: 1;
}

.space0 {
    height: 0;
    font: 0px/0px SimSun;
    clear: both;
}

.space {
    height: 5px;
    font: 0px/0px SimSun;
    clear: both;
}
.line1 {
    margin-left: auto;
    margin-right: auto;
    height: 2px;
}
.line {
    margin-left: auto;
    margin-right: auto;
    height: 10px;
    margin-bottom: 10px;
    font: 0px/0px SimSun;
    border-bottom: 1px solid #464747;
    clear: both;
}
.ohd {
    overflow: hidden;
}
.ht {
    font-family: "\9ed1\4f53";
}
.yh {
    font-family: "\5fae\8f6f\96c5\9ed1";
}
.st {
    font-family: SimSun;
}
.dn {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.dy {
    display: block;
}

.clearfix::before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
